linux: don't export evtchn_do_upcall()
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Wed, 8 Feb 2006 15:38:38 +0000 (15:38 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Wed, 8 Feb 2006 15:38:38 +0000 (15:38 +0000)
Remove the export of evtchn_do_upcall().
Given the constraints on the use of this function (should run at least
with irqcount adjusted properly, preferrably also on irq stack), it
doesn't seem reasonable for this function to be exported.

From: Jan Beulich <JBeulich@novell.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/drivers/xen/core/evtchn.c

index d27b0b625f8c69e8e8e55b9de96616149be80fdf..26dfbd06355b1e76327857c926f3efcfb02e25c2 100644 (file)
@@ -179,7 +179,6 @@ asmlinkage void evtchn_do_upcall(struct pt_regs *regs)
                }
        }
 }
-EXPORT_SYMBOL(evtchn_do_upcall);
 
 static int find_unbound_irq(void)
 {